home *** CD-ROM | disk | FTP | other *** search
/ Programming Windows 95 with MFC / Programming Windows 95 with MFC (Microsoft Programming Series)(097-0001465)(1996).iso / CODE / Chap10 / EZPrint / EZPrint.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-04-05  |  302 b   |  15 lines

  1. //***********************************************************************
  2. //
  3. //  EZPrint.h
  4. //
  5. //***********************************************************************
  6.  
  7. class CPrintApp : public CWinApp
  8. {
  9. public:
  10.     virtual BOOL InitInstance ();
  11.  
  12. protected:
  13.     DECLARE_MESSAGE_MAP ()
  14. };
  15.